home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / glow lamp shift < prev    next >
Text File  |  1999-06-15  |  577b  |  31 lines

  1. Category: Andrew's Filters 16
  2. Title: Glow Lamp Shift...
  3. Copyright: Freeware
  4. Author: Andrew Buckle
  5. Filename: GlShiLm.8bf
  6.  
  7. R:mix(c,sin(ctl(0)*(x+val(2,-20,20)))-sin(ctl(1)*(y+val(2,-20,20))),ctl(5),ctl(6))
  8.  
  9. G:mix(c,sin(ctl(0)*(x+val(3,-20,20)))-sin(ctl(1)*(y+val(3,-20,20))),ctl(5),ctl(6))
  10.  
  11. B:mix(c,sin(ctl(0)*(x+val(4,-20,20)))-sin(ctl(1)*(y+val(4,-20,20))),ctl(5),ctl(6))
  12.  
  13. A:a
  14.  
  15. ctl[0]: X
  16. ctl[1]: Y
  17. ctl[2]: Red
  18. ctl[3]: Green
  19. ctl[4]: Blue
  20. ctl[5]: Mix 1
  21. ctl[6]: Mix 2
  22.  
  23. val[0]: 27
  24. val[1]: 26
  25. val[2]: 85
  26. val[3]: 63
  27. val[4]: 104
  28. val[5]: 167
  29. val[6]: 196
  30.  
  31.